home *** CD-ROM | disk | FTP | other *** search
/ Windows Game Programming for Dummies (2nd Edition) / WinGamProgFD.iso / pc / DirectX SDK / DXSDK / samples / Multimedia / DirectInput / DIConfig / ourguids.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-10-08  |  1.2 KB  |  39 lines

  1. //-----------------------------------------------------------------------------
  2. // File: ourguids.h
  3. //
  4. // Desc: Contains the definitions of the UI's GUIDs.
  5. //
  6. // Copyright (C) 1999-2001 Microsoft Corporation. All Rights Reserved.
  7. //-----------------------------------------------------------------------------
  8.  
  9. #ifndef __CFGUI_OURGUIDS_H__
  10. #define __CFGUI_OURGUIDS_H__
  11.  
  12.  
  13. #include <objbase.h>
  14.  
  15.  
  16. // {0A484F30-956C-43d0-A5C9-587E2B2EA910}
  17. DEFINE_GUID(IID_IDirectInputConfigUITest, 
  18. 0xa484f30, 0x956c, 0x43d0, 0xa5, 0xc9, 0x58, 0x7e, 0x2b, 0x2e, 0xa9, 0x10);
  19.  
  20.  
  21. // {F4279160-608F-11d3-8FB2-00C04F8EC627}
  22. DEFINE_GUID(IID_IDIActionFramework, 
  23. 0xf4279160, 0x608f, 0x11d3, 0x8f, 0xb2, 0x0, 0xc0, 0x4f, 0x8e, 0xc6, 0x27);
  24.  
  25. // {9F34AF20-6095-11d3-8FB2-00C04F8EC627}
  26. DEFINE_GUID(CLSID_CDirectInputActionFramework, 
  27. 0x9f34af20, 0x6095, 0x11d3, 0x8f, 0xb2, 0x0, 0xc0, 0x4f, 0x8e, 0xc6, 0x27);
  28.  
  29. // {72BB1241-5CA8-11d3-8FB2-00C04F8EC627}
  30. DEFINE_GUID(IID_IDIDeviceActionConfigPage, 
  31. 0x72bb1241, 0x5ca8, 0x11d3, 0x8f, 0xb2, 0x0, 0xc0, 0x4f, 0x8e, 0xc6, 0x27);
  32.  
  33. // {18AB439E-FCF4-40d4-90DA-F79BAA3B0655}
  34. DEFINE_GUID(CLSID_CDIDeviceActionConfigPage, 
  35. 0x18ab439e, 0xfcf4, 0x40d4, 0x90, 0xda, 0xf7, 0x9b, 0xaa, 0x3b, 0x6, 0x55);
  36.  
  37.  
  38. #endif //__CFGUI_OURGUIDS_H__
  39.